Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly use headers set in Vert.x from RESTEasy Reactive #25323

Merged
merged 1 commit into from
May 18, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented May 3, 2022

Essentially this change makes sure RESTEasy Reactive does not
override the values of the headers that were set from
Vert.x Web Routes that ran before RESTEasy Reactive

Fixes: #25283

@quarkus-bot

This comment has been minimized.

@geoand geoand requested a review from stuartwdouglas May 4, 2022 06:04
@geoand
Copy link
Contributor Author

geoand commented May 5, 2022

Can I get a review of this please?

Thanks

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a comment. Maybe it's just garbage though :).

@quarkus-bot

This comment has been minimized.

@geoand
Copy link
Contributor Author

geoand commented May 10, 2022

@FroMage @stuartwdouglas can I get a review of this please?

Thanks

Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a comment. I admit I had to read it a couple of times until I finally figured out what the change is supposed to do :)

@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

Essentially this change makes sure RESTEasy Reactive does not
override the values of the headers that were set from
Vert.x Web Routes that ran before RESTEasy Reactive

Fixes: quarkusio#25283
@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label May 18, 2022
@gastaldi gastaldi merged commit 7d6f687 into quarkusio:main May 18, 2022
@gastaldi gastaldi deleted the #25283 branch May 18, 2022 19:37
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone May 18, 2022
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels May 18, 2022
@gsmet gsmet modified the milestones: 2.10 - main, 2.9.2.Final May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Combining @RouterFilter and JAX-RS ContainerResponseFilter does not work in reactive RESTEasy
3 participants